home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-19 / surfmai3.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1991-09-29  |  1KB  |  37 lines

  1. echo off
  2. cls
  3. echo This is an automated demonstration of SURFMODL.
  4. echo Just press the space bar after each picture displays, to
  5. echo continue on to the next.  (By the way, this demo is much
  6. echo faster if run off a hard disk.)
  7. echo .
  8. echo SURFMODL does wireframe plots...
  9. pause
  10. surfmodl fan2.srf 2
  11. echo SURFMODL does hidden line removal...
  12. pause
  13. surfmodl fan2.srf 3
  14. echo And SURFMODL does shaded rendering (surface modeling)...
  15. pause
  16. surfmodl fan2.srf 4
  17. echo SURFMODL even does smoothing...
  18. pause
  19. surfmodl 3dfcn.srf 4
  20. echo SURFMODL uses multiple light sources, fully supports colored
  21. echo rendering on all popular PC graphics adapters, and even does
  22. echo shadowing.  To see more of its capabilities, run it without
  23. echo any command-line parameters to get the menus.  Or read the
  24. echo documentation...
  25. pause
  26. surfmodl faces.srf 4
  27. surfmodl robot2.srf 4
  28. surfmodl apple.srf 4
  29. cls
  30. echo Hope you enjoyed seeing SURFMODL.  If you did not get a copy of
  31. echo the full release, and you would like to know how to get it,
  32. echo send a stamped, self-addressed envelope (or an International
  33. echo Postal Coupon if you live outside the USA, Canada and Mexico) to:
  34. echo   Ken Van Camp
  35. echo   RD #1 Box 1255
  36. echo   East Stroudsburg, PA 18301
  37.